pkgid: add the -p flag as the output suggests
authorDoug Goldstein <cardoe@cardoe.com>
Tue, 18 Oct 2016 05:24:53 +0000 (00:24 -0500)
committerDoug Goldstein <cardoe@cardoe.com>
Tue, 18 Oct 2016 06:17:10 +0000 (01:17 -0500)
commit1e7893c402b3a3de49012dedd00f86d6847aeddd
tree280928461f811febcd3f6a8720109de8a257c127
parent305621d42945639d1ac69487bd08fc8b3dac7d0c
pkgid: add the -p flag as the output suggests

When you use this command and there are multiple packages that match
this spec, the help instructions tell you to rerun it with the -p
argument which was previously not present. Since the code paths are
shared with 'cargo build' and 'cargo update', this adds the -p argument
to 'cargo pkgid' to make things more consistent.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
src/bin/pkgid.rs